ArcPad Applet File Schema
RANGEFINDER Element
See Also  Send comments on this topic.
ArcPad Applet File Schema > ArcPad Element > APPLET Element > SYSTEMOBJECTS Element : RANGEFINDER Element

Glossary Item Box

Diagram

RANGEFINDER Element

Overview

onclose optional xs:string
Specify the script to run when this event occurs
onexevent optional xs:string
Specify the script to run when this event occurs.
onmeasurement optional xs:string
Specify the script to run when this event occurs.
onopen optional xs:string
Specify the script to run when this event occurs

Attributes

NameTypeUseDefaultFixedDescription
onclosexs:stringoptional  Specify the script to run when this event occurs
onexeventxs:stringoptional  Specify the script to run when this event occurs.
onmeasurementxs:stringoptional  Specify the script to run when this event occurs.
onopenxs:stringoptional  Specify the script to run when this event occurs

Source

<xs:element name="RANGEFINDER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute ref="onclose" />
    <xs:attribute ref="onexevent" />
    <xs:attribute ref="onmeasurement" />
    <xs:attribute ref="onopen" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.